plot_ly_practice

Jose Montero
April 27th, 2018

Executive summary

In this practice, we will create a web page using R Markdown that features some interactive graphs using plotly package.

Specifically, it will loaded the Wage data from ISLR package and create some interactive graphs with plot_ly.

Load libraries and data

library(plotly)
library(ISLR)
data(Wage)

Scatterplot

Boxplot